home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / mutt100.zip / MUTT.CFG next >
Text File  |  1991-11-24  |  953b  |  45 lines

  1.  
  2. ;-----------------------------------------------------------------------------
  3. ; M.U.T.T. Version 1.00 -- Maximus User's Time Tank
  4. ; Copyright 1991 by Peter G. Zion.  All rights reserved.
  5. ; Configuration file
  6. ;-----------------------------------------------------------------------------
  7.  
  8. ; Maximum time a user can have in the bank at once.
  9.  
  10. MaxBalance 120
  11.  
  12. ; Maximum time a user can deposit per day.
  13.  
  14. MaxDeposit 30
  15.  
  16. ; Maximum time a user can withdraw per day.
  17.  
  18. MaxWithdraw 30
  19.  
  20. ; Maximum amout of time a user can steal from another user.
  21.  
  22. MaxSteal 60
  23.  
  24. ; Percent of victim's time that a thief steals.
  25.  
  26. PctSteal 75%
  27.  
  28. ; Percent of time that the thief looses if (s)he is caught.
  29.  
  30. PctLoose 25%
  31.  
  32. ; Percent chance of the thief sucessfully stealing.
  33.  
  34. PctChance 30%
  35.  
  36. ; Whether or not to hang up on the user after a failed theft.
  37.  
  38. CaughtHangUp Yes
  39.  
  40. ; Number of times a user can try to steal each day
  41.  
  42. StealsPerDay 3
  43.  
  44.  
  45.